home *** CD-ROM | disk | FTP | other *** search
/ PCBoard 15.1 Demo / PCBoard v15.1 DEMO - Clark Dev. Co (1994) - Disk 1 of 1.imd / PCBDISK.EXE / PPL / PWRDWARN.PPS < prev    next >
Encoding:
Text File  |  1994-02-14  |  341 b   |  11 lines

  1. INTEGER conf
  2. STRING  to, from, subj, file
  3. LET conf = CURCONF()
  4. LET to   = ""
  5. LET from = "SYSTEM DAEMON"
  6. LET subj = "Password Expiration"
  7. LET file = PPEPATH()+PPENAME()+".MSG"
  8. PRINT   "Your password will expire in @OPTEXT@ days.  "
  9. PRINTLN "Use the (W) command to change it."
  10. MESSAGE conf,to,from,subj,"R",DATE()+3,FALSE,FALSE,file
  11.